Visual Basic (Declaration) | |
---|---|
Public Shadows Event Completed As EventHandler(Of TEventArgs) |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As BaseOperation(Of TEventArgs,TOp) Dim handler As EventHandler(Of TEventArgs) AddHandler instance.Completed, handler |
C# | |
---|---|
public new event EventHandler<TEventArgs> Completed |
C++/CLI | |
---|---|
public: new event EventHandler<TEventArgs^>^ Completed |
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family